diff --git a/sdk/bpf/scripts/install.sh b/sdk/bpf/scripts/install.sh index fb82313626..8626761a38 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.4 +version=v0.5 if [[ ! -f rust-bpf-sysroot-$version.md ]]; then ( set -ex