We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc709d commit 7c62504Copy full SHA for 7c62504
.github/workflows/pull-request-checks.yaml
@@ -776,7 +776,7 @@ jobs:
776
Move-Item -Path .\cvc5-Win64-x86_64-static\cvc5-Win64-x86_64-static\bin\cvc5.exe c:\tools\cvc5\cvc5.exe
777
echo "c:\tools\cvc5;" >> $env:GITHUB_PATH
778
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
+ wget.exe -O c:\tools\parallel\parallel https://raw.githubusercontent.com/martinda/gnu-parallel/refs/heads/master/src/parallel
780
echo "c:\tools\parallel" >> $env:GITHUB_PATH
781
- name: Confirm z3 solver is available and log the version installed
782
run: z3 --version
0 commit comments