How does one compile #Rust for arm64+musl (for #sxmo & #pinephone reasons)? Anybody know? When I try the binary ends up with `interpreter /lib/ld-linux-aarch64.so.1` while there should be `musl` instead of `linux` in there. I would be fine with static linking, but I failed at doing that too. ~_~
Boosts very welcome.