mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-02 13:23:08 +00:00
5 lines
129 B
Bash
Executable File
5 lines
129 B
Bash
Executable File
set -eo
|
|
|
|
wget http://musl.cc/mips-linux-muslsf-cross.tgz
|
|
tar -zxvf mips-linux-muslsf-cross.tgz
|
|
rm -rf mips-linux-muslsf-cross.tgz |