Skip to content

Commit f630543

Browse files
authored
1 parent 5c703d1 commit f630543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ ifeq ($(findstring ubuntu,$(BASE_OS)),ubuntu)
160160
ifeq ($(BASE_OS_TAG),24.04)
161161
OS=ubuntu24
162162
INSTALL_DRIVER_VERSION ?= "25.35.35096"
163-
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.4.0-20120-80e587bccec/openvino_toolkit_ubuntu22_2025.4.0.dev20251007_x86_64.tgz
163+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.4.0-20120-80e587bccec/openvino_toolkit_ubuntu24_2025.4.0.dev20251007_x86_64.tgz
164164
else ifeq ($(BASE_OS_TAG),22.04)
165165
OS=ubuntu22
166166
INSTALL_DRIVER_VERSION ?= "24.39.31294"
167-
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.4.0-20120-80e587bccec/openvino_toolkit_ubuntu24_2025.4.0.dev20251007_x86_64.tgz
167+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.4.0-20120-80e587bccec/openvino_toolkit_ubuntu22_2025.4.0.dev20251007_x86_64.tgz
168168
endif
169169
endif
170170
ifeq ($(BASE_OS),redhat)

0 commit comments

Comments
 (0)