Setup for cross compilation on aarch64:
$ sudo apt install qemu-user-binfmt
$ rustup target add aarch64-unknown-linux-gnuBuild and run (with qemu-user-binfmt) on aarch64:
$ cargo r --release --target aarch64-unknown-linux-gnu -F vendored-opensslIt takes ~115ms to complete all puzzles.
It takes ~1.8s to complete all puzzles.