Skip to content

Commit 2cdf22b

Browse files
committed
Cancel osx and windows update
1 parent b0259dc commit 2cdf22b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

multiversx_sdk_cli/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def get_defaults() -> dict[str, Any]:
130130
"dependencies.golang.resolution": "SDK",
131131
"dependencies.golang.tag": "go1.23.10",
132132
"dependencies.golang.urlTemplate.linux": "https://golang.org/dl/{TAG}.linux-{ARCH}.tar.gz",
133-
"dependencies.golang.urlTemplate.osx": "https://golang.org/dl/{TAG}.darwin-{ARCH}.tar.gz",
134-
"dependencies.golang.urlTemplate.windows": "https://golang.org/dl/{TAG}.windows-{ARCH}.zip",
133+
"dependencies.golang.urlTemplate.osx": "https://golang.org/dl/{TAG}.darwin-amd64.tar.gz",
134+
"dependencies.golang.urlTemplate.windows": "https://golang.org/dl/{TAG}.windows-amd64.zip",
135135
"dependencies.testwallets.tag": "v1.0.0",
136136
"dependencies.testwallets.urlTemplate.linux": "https://github.com/multiversx/mx-sdk-testwallets/archive/{TAG}.tar.gz",
137137
"dependencies.testwallets.urlTemplate.osx": "https://github.com/multiversx/mx-sdk-testwallets/archive/{TAG}.tar.gz",

0 commit comments

Comments
 (0)