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/tmp29rkdt82/Tarnished/Tarnished-tmp/preprocess'
clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -DNDEBUG -pthread -I  -fuse-ld=lld permute.cpp ../src/parameters.cpp -o permute
make[1]: Leaving directory '/tmp/tmp29rkdt82/Tarnished/Tarnished-tmp/preprocess'
./preprocess/permute lichdragon.bin processed.bin
Starting network preprocessing...
Reading quantised network from lichdragon.bin...
Error: Failed to read quantised network from input file
Expected to read 44308512 bytes
make: *** [Makefile:66: processed.bin] Error 1
make: *** Waiting for unfinished jobs....