We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2faf49 commit 189e976Copy full SHA for 189e976
scripts/install_solvers.sh
@@ -6,6 +6,7 @@ SOLVERS_DIR=${1:-"$(pwd)/solvers"}
6
Z3_VER=${2:-"4.15.1"}
7
CVC4_VER=${3:-"1.8"}
8
CVC5_VER=${4:-"1.2.1"}
9
+BITWUZLA_VER=${5:-"0.8.2"}
10
11
ARCH=$(uname -m)
12
# short arch name as used by z3 builds
0 commit comments