Skip to content

Commit 4ebca42

Browse files
committed
fix solver install script
1 parent 10ad73f commit 4ebca42

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
@@ -45,6 +45,7 @@ chmod +x "$SOLVERS_DIR/z3"
4545
rm -rf "$TEMP_DIR"
4646

4747
# Bitwuzla
48+
mkdir -p "$TEMP_DIR"
4849
wget -c https://github.com/bitwuzla/bitwuzla/releases/download/${BITWUZLA_VER}/Bitwuzla-Linux-arm64-static.zip -O "$TEMP_DIR/bitwuzla.zip" -q
4950
unzip "$TEMP_DIR/bitwuzla.zip" -d "$TEMP_DIR"
5051
BITWUZLA_DIR=$(find "$TEMP_DIR" -mindepth 1 -maxdepth 1 -type d -name "*bitwuzla*")

0 commit comments

Comments
 (0)