mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-05 14:53:07 +00:00
5 lines
129 B
Bash
5 lines
129 B
Bash
|
|
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
|