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