Skip to content

Commit

Permalink
Use version branch instead of develop
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Oct 23, 2023
1 parent 921b663 commit 23949e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup/al2/install_cbmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
# Binaries are not released for AL2, so build from source
WORK_DIR=$(mktemp -d)
git clone \
--branch develop --depth 1 \
--branch cbmc-${CBMC_VERSION} --depth 1 \
https://github.com/diffblue/cbmc \
"${WORK_DIR}"

Expand Down

0 comments on commit 23949e2

Please sign in to comment.