aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorNecip Fazil Yildiran <necip@google.com>2023-06-02 14:43:12 -0700
committerAleksandr Nogikh <wp32pw@gmail.com>2023-06-07 11:04:38 +0200
commit6b9fb3c40252a9065ac00ebe9b099955bbca4d5a (patch)
treebd50fcb07e5d4005f1c5a6b382115d4e0372a2e3 /docs/linux
parenta4ae4f428721da42ac15f07d6f3b54584dedee27 (diff)
docs/linux/qemu: fix the link to ARM64 toolchain
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
index b47d90ba2..238620409 100644
--- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
+++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
@@ -44,7 +44,7 @@ If you're expreriencing a very slow sshd start up time with arm64 qemu running o
You will require an ARM64 kernel with gcc plugin support.
If not, obtain the ARM64 toolchain from Linaro.
-Get `gcc-linaro-6.1.1-2016.08-x86_64_aarch64-linux-gnu.tar.xz` from [here](https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/).
+Get `gcc-linaro-6.1.1-2016.08-x86_64_aarch64-linux-gnu.tar.xz` from [here](https://releases.linaro.org/components/toolchain/binaries/6.1-2016.08/aarch64-linux-gnu/).
Extract and add its `bin/` to your `PATH`.
If you have another ARM64 toolchain on your machine, ensure that this newly downloaded toolchain takes precedence.