High-availability Musl cross-compilation toolchains mirror for the VTX ecosystem.
This repository automatically synchronizes and repacks static toolchains from musl.cc. It serves as the primary compiler source for vtx-ffmpeg-release to ensure CI stability and build determinism.
# Example: Download x86_64 toolchain
wget [https://github.com/Vtxdeo/vtx-toolchains/releases/download/toolchain-latest/x86_64-linux-musl-cross.tgz](https://github.com/Vtxdeo/vtx-toolchains/releases/download/toolchain-latest/x86_64-linux-musl-cross.tgz)
Repackaged scripts are under MIT License. The toolchains themselves are subject to the licenses of their respective upstream projects (GCC, Musl, Binutils).