diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9d49f1..00e2f3f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -95,7 +95,7 @@ jobs: # Setup: `busybox`. - run: | - git clone --depth 1 -b 1_30_1 https://git.busybox.net/busybox/ + git clone --depth 1 -b 1_30_1 https://github.com/mirror/busybox mv ci/busybox.config busybox/.config make -C busybox ${{ env.MAKE_CROSS_COMPILE }} ${{ env.JOBS }} busybox