diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index c63a939e..8fef5de4 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout ext-boost repo uses: actions/checkout@v2 with: - repository: MerryMage/ext-boost + repository: yuzu-mirror/ext-boost path: externals/ext-boost - name: Configure CMake for AArch64 (Linux) diff --git a/README.md b/README.md index 1bb437d8..b93049f5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Dynarmic ======== -[![Github Actions Build Status (x86-64)](https://github.com/MerryMage/dynarmic/actions/workflows/x86-64.yml/badge.svg)](https://github.com/MerryMage/dynarmic/actions/workflows/x86-64.yml) [![Github Actions Build Status (AArch64)](https://github.com/merryhime/dynarmic/actions/workflows/aarch64.yml/badge.svg)](https://github.com/MerryMage/dynarmic/actions/workflows/AArch64.yml) +[![Github Actions Build Status (x86-64)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/x86-64.yml/badge.svg)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/x86-64.yml) [![Github Actions Build Status (AArch64)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/aarch64.yml/badge.svg)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/AArch64.yml) A dynamic recompiler for ARM.