Skip to content

Commit 7c62504

Browse files
committed
Use GitHub mirror to download GNU parallel
The host at savannah.gnu.org appears to be down more often than not.
1 parent 5dc709d commit 7c62504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ jobs:
776776
Move-Item -Path .\cvc5-Win64-x86_64-static\cvc5-Win64-x86_64-static\bin\cvc5.exe c:\tools\cvc5\cvc5.exe
777777
echo "c:\tools\cvc5;" >> $env:GITHUB_PATH
778778
New-Item -ItemType directory "C:\tools\parallel"
779-
wget.exe -O c:\tools\parallel\parallel https://git.savannah.gnu.org/cgit/parallel.git/plain/src/parallel
779+
wget.exe -O c:\tools\parallel\parallel https://raw.githubusercontent.com/martinda/gnu-parallel/refs/heads/master/src/parallel
780780
echo "c:\tools\parallel" >> $env:GITHUB_PATH
781781
- name: Confirm z3 solver is available and log the version installed
782782
run: z3 --version

0 commit comments

Comments
 (0)