Skip to content

Commit 1f6268d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_solvers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ rm -rf "$TEMP_DIR"
4848
mkdir -p "$TEMP_DIR"
4949
wget -c https://github.com/bitwuzla/bitwuzla/releases/download/${BITWUZLA_VER}/Bitwuzla-Linux-arm64-static.zip -O "$TEMP_DIR/bitwuzla.zip" -q
5050
unzip "$TEMP_DIR/bitwuzla.zip" -d "$TEMP_DIR"
51-
BITWUZLA_DIR=$(find "$TEMP_DIR" -mindepth 1 -maxdepth 1 -type d -name "*bitwuzla*")
51+
BITWUZLA_DIR=$(find "$TEMP_DIR" -mindepth 1 -maxdepth 1 -type d -name "*Bitwuzla*")
5252
mv "$BITWUZLA_DIR/bin/bitwuzla" "$SOLVERS_DIR/bitwuzla"
5353
chmod +x "$SOLVERS_DIR/bitwuzla"
5454
rm -rf "$TEMP_DIR"

0 commit comments

Comments
 (0)