Skip to content

Commit

Permalink
Update protocol-state-fuzzer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
actyp committed Dec 29, 2024
1 parent d306633 commit e12e885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup_fuzzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ readonly BASE_DIR
setup_psf() {
# setup protocol-state-fuzzer library

CHECKOUT="generics"
CHECKOUT="d665cb9d4396ced98131df70adb445150b4d3704"

set -e
cd "${BASE_DIR}"
git clone "https://github.com/protocol-fuzzing/protocol-state-fuzzer.git"
cd protocol-state-fuzzer
git checkout ${CHECKOUT}
mvn install
bash ./install.sh

cd "${BASE_DIR}"
rm -rf ./protocol-state-fuzzer/
Expand Down

0 comments on commit e12e885

Please sign in to comment.