Skip to content

Commit b422c43

Browse files
committed
Upgrade CVC5 to 1.0.2
This upgrades the CVC5 version from 1.0.1 to 1.0.2.
1 parent d6b041e commit b422c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ build_cvc5() {
8585
# TODO: Once https://github.com/cvc5/cvc5/pull/7512 lands, build a native
8686
# Windows version of CVC5 instead.
8787
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"
88+
curl -o cvc5$EXT -sL "https://github.com/cvc5/cvc5/releases/download/cvc5-1.0.2/cvc5-Win64.exe"
8989
cp cvc5$EXT $BIN
9090
else
9191
./configure.sh --static --no-static-binary --auto-download production

repos/cvc5

Submodule cvc5 updated 338 files

0 commit comments

Comments
 (0)