Skip to content

Commit

Permalink
Fix deps directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne authored Aug 30, 2024
1 parent 2f47405 commit a395d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/setup-bitwuzla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

BITWUZLA_VERSION=0e81e616af4d4421729884f01928b194c3536c76
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
DEPS="$( cd "$( dirname "$DIR" )/deps" && pwd )"
DEPS="$( dirname "$DIR" )/deps"

mkdir -p $DEPS

Expand Down

0 comments on commit a395d1e

Please sign in to comment.