diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index 97ff3b1669..57218d25ac 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.10 +version=v0.11 if [[ ! -f rust-bpf-sysroot-$version.md ]]; then ( set -ex