Skip to content

Commit 189e976

Browse files
Add a default version for bitwuzla in install script
1 parent a2faf49 commit 189e976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install_solvers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SOLVERS_DIR=${1:-"$(pwd)/solvers"}
66
Z3_VER=${2:-"4.15.1"}
77
CVC4_VER=${3:-"1.8"}
88
CVC5_VER=${4:-"1.2.1"}
9+
BITWUZLA_VER=${5:-"0.8.2"}
910

1011
ARCH=$(uname -m)
1112
# short arch name as used by z3 builds

0 commit comments

Comments
 (0)