diff --git a/.travis/sse3-only-on-x86_64-linux/deps.sh b/.travis/sse3-only-on-x86_64-linux/deps.sh index 1401219e..a4510d49 100755 --- a/.travis/sse3-only-on-x86_64-linux/deps.sh +++ b/.travis/sse3-only-on-x86_64-linux/deps.sh @@ -6,7 +6,7 @@ set -x # TODO: This isn't ideal. cd externals git clone https://github.com/MerryMage/ext-boost -git clone https://github.com/MerryMage/unicorn +git clone https://github.com/yuzu-emu/unicorn cd unicorn UNICORN_ARCHS=aarch64 ./make.sh cd ../.. diff --git a/.travis/test-a64-on-x86_64-linux/deps.sh b/.travis/test-a64-on-x86_64-linux/deps.sh index 1401219e..a4510d49 100755 --- a/.travis/test-a64-on-x86_64-linux/deps.sh +++ b/.travis/test-a64-on-x86_64-linux/deps.sh @@ -6,7 +6,7 @@ set -x # TODO: This isn't ideal. cd externals git clone https://github.com/MerryMage/ext-boost -git clone https://github.com/MerryMage/unicorn +git clone https://github.com/yuzu-emu/unicorn cd unicorn UNICORN_ARCHS=aarch64 ./make.sh cd ../..