对于Debian/Ubuntu系统,你可以使用以下命令安装: bash sudo apt-get update sudo apt-get install musl-tools 注意:musl-tools可能不包含x86_64-linux-musl-gcc,你可能需要查找其他包或直接从源代码编译。 对于Arch Linux,你可以使用: bash sudo pacman -S musl 同样,这可能需要额外的步骤来确保x86_64-linux...
On ubuntu I can fix this with apt-get install musl-tools. I suspect there is no workaround for this, but it probably should be noted in the readme that a compiler is required to build this, and specifically musl-gcc if building for the the musl target. 👍11 Activity rogeruiz commen...