We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b041e commit b422c43Copy full SHA for b422c43
.github/ci.sh
@@ -85,7 +85,7 @@ build_cvc5() {
85
# TODO: Once https://github.com/cvc5/cvc5/pull/7512 lands, build a native
86
# Windows version of CVC5 instead.
87
echo "Downloading pre-built CVC5 binary for Windows"
88
- curl -o cvc5$EXT -sL "https://github.com/cvc5/cvc5/releases/download/cvc5-1.0.1/cvc5-Win64.exe"
+ curl -o cvc5$EXT -sL "https://github.com/cvc5/cvc5/releases/download/cvc5-1.0.2/cvc5-Win64.exe"
89
cp cvc5$EXT $BIN
90
else
91
./configure.sh --static --no-static-binary --auto-download production
repos/cvc5
0 commit comments