Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit f1acb8f

Browse files
authored
Update common.go
1 parent 46604ff commit f1acb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func downloadZip(url, version string) (string, error) {
168168
client := http.Client{
169169
Timeout: DownLoadTimeOut,
170170
}
171-
res, err := client.Get(fmt.Sprintf("%s/iOSDeviceSupport/raw/master/DeviceSupport/%s.zip", url, vm))
171+
res, err := client.Get(fmt.Sprintf("%s/iOSDeviceSupport/raw/master/iOSDeviceSupport/%s.zip", url, vm))
172172
if err != nil {
173173
return "", err
174174
}

0 commit comments

Comments
 (0)