From b448bc971089da2389b4693888554d1c7fa3c206 Mon Sep 17 00:00:00 2001 From: Tricker-z Date: Thu, 16 Nov 2023 19:52:09 +0800 Subject: [PATCH] fix: update requirements.txt in build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 93eaf46..d02ced2 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ base_path=`pwd` mkdir /tmp/output -pip3 install -r requirements +pip3 install -r requirements.txt # Build fuzzer AFL-2.57 pushd fuzzer