Building for the target `x86_64-unknown-linux-musl` does not work by default. ```bash cross build --target=x86_64-unknown-linux-musl --no-default-features --features reqwest ``` Workaround: disable the `reqwest` feature.