cargo kani setup fails to download the bundle for the aarch64-unknown-linux-gnu platform.
[0/5] Running Kani first-time setup...
[1/5] Ensuring the existence of: /home/accorell/.kani/kani-0.40.0
[2/5] Downloading Kani release bundle: kani-0.40.0-aarch64-unknown-linux-gnu.tar.gz
Error: Kani does not support this platform (Rust target aarch64-unknown-linux-gnu)
with Kani version: 0.40.0
The problem is that the setup program contains a platform check that which hasn't been updated.
cargo kani setupfails to download the bundle for theaarch64-unknown-linux-gnuplatform.with Kani version: 0.40.0
The problem is that the setup program contains a platform check that which hasn't been updated.