Skip to content

Commit 02893b2

Browse files
committed
fix broken urls
1 parent 1850576 commit 02893b2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ http_archive(
142142
build_file = "@//third_party/tensorrt_rtx/archive:BUILD",
143143
strip_prefix = "TensorRT-RTX-1.4.0.76",
144144
urls = [
145-
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/tensorrt-rtx-1.4.0.76-linux-x86_64-cuda-13.2-release-external.tar.gz",
145+
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/TensorRT-RTX-1.4.0.76-Linux-x86_64-cuda-13.2-Release-external.tar.gz",
146146
],
147147
)
148148

@@ -178,6 +178,6 @@ http_archive(
178178
build_file = "@//third_party/tensorrt_rtx/archive:BUILD",
179179
strip_prefix = "TensorRT-RTX-1.4.0.76",
180180
urls = [
181-
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/tensorrt-rtx-1.4.0.76-windows-amd64-cuda-13.2-release-external.zip",
181+
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/TensorRT-RTX-1.4.0.76-Windows-amd64-cuda-13.2-Release-external.zip",
182182
],
183183
)

toolchains/ci_workspaces/MODULE.bazel.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ http_archive(
8686
build_file = "@//third_party/tensorrt_rtx/archive:BUILD",
8787
strip_prefix = "TensorRT-RTX-1.4.0.76",
8888
urls = [
89-
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/tensorrt-rtx-1.4.0.76-linux-x86_64-cuda-${CU_UPPERBOUND}-release-external.tar.gz",
89+
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/TensorRT-RTX-1.4.0.76-Linux-x86_64-cuda-${CU_UPPERBOUND}-Release-external.tar.gz",
9090
],
9191
)
9292
@@ -122,7 +122,7 @@ http_archive(
122122
build_file = "@//third_party/tensorrt_rtx/archive:BUILD",
123123
strip_prefix = "TensorRT-RTX-1.4.0.76",
124124
urls = [
125-
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/tensorrt-rtx-1.4.0.76-win10-amd64-cuda-${CU_UPPERBOUND}-release-external.zip",
125+
"https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4/TensorRT-RTX-1.4.0.76-Windows-amd64-cuda-${CU_UPPERBOUND}-Release-external.zip",
126126
],
127127
)
128128

0 commit comments

Comments
 (0)