diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index fe74f9e645..1612b91db6 100755 --- a/sdk/bpf/scripts/install.sh +++ b/sdk/bpf/scripts/install.sh @@ -116,7 +116,7 @@ if [[ ! -f rust-bpf-$machine-$version.md ]]; then fi # Install Rust-BPF Sysroot sources -version=v0.5 +version=v0.6 if [[ ! -f rust-bpf-sysroot-$version.md ]]; then ( set -ex