Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne authored Aug 30, 2024
1 parent a395d1e commit 1b60bb2
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="$( dirname "$DIR" )/deps"
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
DEPS="$(dirname "$DIR")/deps"

mkdir -p $DEPS

Expand Down

0 comments on commit 1b60bb2

Please sign in to comment.