From a6c9c7312290da5bca2fc1be4872a7aeefb6e3ea Mon Sep 17 00:00:00 2001 From: Babak Huseynov Date: Tue, 4 Nov 2025 15:05:03 +0300 Subject: docs/linux: update buildroot link in qemu setup --- docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/setup_linux-host_qemu-vm_arm64-kernel.md') 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. -- cgit mrf-deployment