diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 4d165b247041092a8bef307e73648cf7d767dc17..aa87b58ced25b04da1db38865b1dfdf6a1a929ca 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -904,7 +904,7 @@ EOF if [[ ${WITH_MKL} == "ON" ]]; then ref_mkl=mkl else - ref_mkl=openblas + ref_mkl=avx-openblas fi ref_web=https://paddle-wheel.bj.bcebos.com/${PADDLE_BRANCH}-${ref_gpu}-${ref_mkl}