Skip to content

Commit

Permalink
Fix deps directory creation (stanford-centaur#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne authored Aug 31, 2024
1 parent 2f47405 commit 1f708c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/setup-bitwuzla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e

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

mkdir -p $DEPS

Expand Down

0 comments on commit 1f708c2

Please sign in to comment.