Downloading default network net-015-2048x16x32-132qb-z.bin
curl -sOL https://github.com/liamt19/lizard-nets/releases/download/net-015-2048x16x32-132qb-z/net-015-2048x16x32-132qb-z.bin
clang++ -std=c++20 -g -O3 -DNDEBUG -DEVALFILE=\"net-015-2048x16x32-132qb-z.bin\" -funroll-loops -flto -march=native -DAVX512 -DAVX256 -DAVX128 -DUSE_PEXT  -o Horsie-0670681E src/nnue/accumulator.cpp src/bitboard.cpp src/cuckoo.cpp src/Horsie.cpp src/movegen.cpp src/position.cpp src/precomputed.cpp src/search.cpp src/threadpool.cpp src/tt.cpp src/uci.cpp src/wdl.cpp src/zobrist.cpp src/util/dbg_hit.cpp src/nnue/nn.cpp src/datagen/selfplay.cpp src/3rdparty/zstd/zstddeclib.c
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
/usr/bin/ld: /opt/clang-20/bin/../lib/LLVMgold.so: error loading plugin: /opt/clang-20/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or directory
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:111: Horsie-0670681E] Error 1