From fff3ecd6340d7259d1114cdf439706da92f0bcde Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Mon, 23 Mar 2026 16:24:24 +0100 Subject: [PATCH] Upgrade PSF to version with RALib 0.1 --- scripts/setup_fuzzer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup_fuzzer.sh b/scripts/setup_fuzzer.sh index 7ff3ca6..633fdc5 100755 --- a/scripts/setup_fuzzer.sh +++ b/scripts/setup_fuzzer.sh @@ -8,14 +8,14 @@ readonly BASE_DIR setup_psf() { # setup protocol-state-fuzzer library - CHECKOUT="d8fcb525168c0a570248504c214599c9807fd7b1" + CHECKOUT="83bcc0e1b8d6e093a656d41cc1fb59f2c600e86a" set -e cd "${BASE_DIR}" git clone "https://github.com/protocol-fuzzing/protocol-state-fuzzer.git" cd protocol-state-fuzzer git checkout "${CHECKOUT}" - bash ./install.sh + mvn install cd "${BASE_DIR}" rm -rf ./protocol-state-fuzzer/