aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBabak Huseynov <mirza.bhuseynov@gmail.com>2025-11-04 15:05:03 +0300
committerAleksandr Nogikh <nogikh@google.com>2025-11-04 18:13:56 +0000
commita6c9c7312290da5bca2fc1be4872a7aeefb6e3ea (patch)
tree65e65704303e2ed9a5698704029ce01c22ffc76a /docs
parentb60a8598abc148e1758ec80152898ae6ac011226 (diff)
docs/linux: update buildroot link in qemu setup
Diffstat (limited to 'docs')
-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 e89bdf2e4..25246a3f8 100644
--- a/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
+++ b/docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md
@@ -5,7 +5,7 @@ This document will detail the steps involved in setting up a Syzkaller instance
## Create a disk image
We will use buildroot to create the disk image.
-You can obtain buildroot from [here](https://buildroot.uclibc.org/download.html).
+You can obtain buildroot from [here](https://buildroot.org/download.html).
Extract the tarball and perform a `make menuconfig` inside it.
Choose the following options.