We need always to link with `libc.a` because there things that are not available in C but just in asm. We should fix all the `build.sh` scripts by adding ``` "native_libs":["libc.a"], ``` in the manifest if option `--with-musllvm` is enabled