Downloading default network lichdragon.bin
curl -sOL https://github.com/Bobingstern/tarnished-nets/releases/download/lichdragon/lichdragon.bin
make -C preprocess ARCH_LEVEL=native
make[1]: Entering directory '/tmp/tmp5m4s77x1/Tarnished/Tarnished-tmp/preprocess'
clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -DNDEBUG -pthread  -fuse-ld=lld permute.cpp ../src/parameters.cpp -o Tarnished-C9AEDC85
make[1]: Leaving directory '/tmp/tmp5m4s77x1/Tarnished/Tarnished-tmp/preprocess'
./preprocess/permute lichdragon.bin processed.bin
make: ./preprocess/permute: No such file or directory
make: *** [Makefile:65: processed.bin] Error 127
make: *** Waiting for unfinished jobs....