aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh')
-rwxr-xr-xkud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh b/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh
index 1418d0df..6cfc373d 100755
--- a/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh
+++ b/kud/deployment_infra/installers/entrypoint-iavf-driver-installer.sh
@@ -4,7 +4,7 @@
source _common.sh
IAVF_DRIVER_VERSION="${IAVF_DRIVER_VERSION:-4.0.2}"
-IAVF_DRIVER_DOWNLOAD_URL_DEFAULT="https://downloadmirror.intel.com/24693/eng/iavf-${IAVF_DRIVER_VERSION}.tar.gz"
+IAVF_DRIVER_DOWNLOAD_URL_DEFAULT="https://downloadmirror.intel.com/30305/eng/iavf-${IAVF_DRIVER_VERSION}.tar.gz"
IAVF_DRIVER_DOWNLOAD_URL="${IAVF_DRIVER_DOWNLOAD_URL:-$IAVF_DRIVER_DOWNLOAD_URL_DEFAULT}"
IAVF_DRIVER_ARCHIVE="$(basename "${IAVF_DRIVER_DOWNLOAD_URL}")"
IAVF_INSTALL_DIR_HOST="${IAVF_INSTALL_DIR_HOST:-/opt/iavf}"