├── .github └── workflows │ └── build-bottles.yml ├── LICENSE ├── README.md └── musl-cross.rb /.github/workflows/build-bottles.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiloSottile/homebrew-musl-cross/HEAD/.github/workflows/build-bottles.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiloSottile/homebrew-musl-cross/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiloSottile/homebrew-musl-cross/HEAD/README.md -------------------------------------------------------------------------------- /musl-cross.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FiloSottile/homebrew-musl-cross/HEAD/musl-cross.rb --------------------------------------------------------------------------------