diff --git a/scripts/install.sh b/scripts/install.sh index ccc0fbe..00829a9 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -6,12 +6,12 @@ wget https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.30c.tar.gz tar -xvzf v4.30c.tar.gz rm v4.30c.tar.gz -cd 4.30c/ +cd v4.30c/ # Install afl-fuzz sudo make install cd .. -rm -rf 4.30c/ +rm -rf v4.30c/ # Install SharpFuzz.CommandLine global .NET tool dotnet tool install --global SharpFuzz.CommandLine