diff --git a/.travis.yml b/.travis.yml index ebeb5df..efcf613 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,10 +47,9 @@ install: sudo apt update; sudo apt install musl-tools linux-headers-$(uname -r); elif [ $TRAVIS_OS_NAME = osx ]; then - brew tap altkatz/homebrew-gcc_cross_compilers; - brew install FiloSottile/musl-cross/musl-cross --with-aarch64; brew tap SergioBenitez/osxct; brew install aarch64-none-elf; + brew install FiloSottile/musl-cross/musl-cross --with-aarch64; fi; fi - if [ $ARCH = i386 ]; then