Can't Download GLFW during Pkg.update

I having trouble with pkg update. What should I do or read? I am new to Julia. Thank you.

(@v1.5) pkg> update
   Updating registry at `C:\Users\jason\.julia\registries\General`
Downloading artifact: GLFW
Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (403) Forbidden."
At line:12 char:1
+ $webclient.DownloadFile("https://pkg.julialang.org/artifact/c33d43da6 ..."
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException
Downloading artifact: GLFW
Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (403) Forbidden."
At line:7 char:1
+ $webclient.DownloadFile("https://github.com/JuliaBinaryWrappers/GLFW_ ..."
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException
ERROR: Unable to automatically install 'GLFW' from 'C:\Users\jason\.julia\packages\GLFW_jll\TQWgR\Artifacts.toml'
Stacktrace:
 [1] error(::String) at .\error.jl:33
 [2] ensure_artifact_installed(::String, ::Dict{String,Any}, ::String; platform::Pkg.BinaryPlatforms.Platform, verbose::Bool, quiet_download::Bool) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\Artifacts.jl:899
 [3] ensure_all_artifacts_installed(::String; platform::Pkg.BinaryPlatforms.Platform, pkg_uuid::Nothing, include_lazy::Bool, verbose::Bool, quiet_download::Bool) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\Artifacts.jl:963
 [4] download_artifacts(::Pkg.Types.Context, ::Array{String,1}; platform::Pkg.BinaryPlatforms.Windows, verbose::Bool) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\Operations.jl:663
 [5] download_artifacts(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; platform::Pkg.BinaryPlatforms.Windows, verbose::Bool) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\Operations.jl:642
 [6] download_artifacts(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\Operations.jl:641
 [7] up(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Pkg.Types.UpgradeLevel) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\Operations.jl:1225
 [8] up(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}; level::Pkg.Types.UpgradeLevel, mode::Pkg.Types.PackageMode, update_registry::Bool, kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\API.jl:245
 [9] up at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\API.jl:221 [inlined]
 [10] #up#37 at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\API.jl:67 [inlined]
 [11] up(::Array{Pkg.Types.PackageSpec,1}) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\API.jl:67
 [12] do_cmd!(::Pkg.REPLMode.Command, ::REPL.LineEditREPL) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\REPLMode\REPLMode.jl:404
 [13] do_cmd(::REPL.LineEditREPL, ::String; do_rethrow::Bool) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\REPLMode\REPLMode.jl:382
 [14] do_cmd at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\REPLMode\REPLMode.jl:377 [inlined]
 [15] (::Pkg.REPLMode.var"#24#27"{REPL.LineEditREPL,REPL.LineEdit.Prompt})(::REPL.LineEdit.MIState, ::Base.GenericIOBuffer{Array{UInt8,1}}, ::Bool) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\Pkg\src\REPLMode\REPLMode.jl:546
 [16] #invokelatest#1 at .\essentials.jl:710 [inlined]
 [17] invokelatest at .\essentials.jl:709 [inlined]
 [18] run_interface(::REPL.Terminals.TextTerminal, ::REPL.LineEdit.ModalInterface, ::REPL.LineEdit.MIState) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\REPL\src\LineEdit.jl:2355
 [19] run_frontend(::REPL.LineEditREPL, ::REPL.REPLBackendRef) at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\REPL\src\REPL.jl:1144
 [20] (::REPL.var"#38#42"{REPL.LineEditREPL,REPL.REPLBackendRef})() at .\task.jl:356

MY hunch is that the problem was on the server-side. I didn’t have to do anything other than wait 2 days for this to fix itself.

(@v1.5) pkg> update
   Updating registry at `C:\Users\jason\.julia\registries\General`
  Installed URIs ─ v1.1.0
  Installed HTTP ─ v0.9.2
  Installed GR ─── v0.49.1
Updating `C:\Users\jason\.julia\environments\v1.5\Project.toml`
  [5ae59095] ↑ Colors v0.12.4 ⇒ v0.12.6
  [8f4d0f93] ↑ Conda v1.4.1 ⇒ v1.5.0
  [a93c6f00] ↑ DataFrames v0.21.8 ⇒ v0.22.2
  [7073ff75] ↑ IJulia v1.22.0 ⇒ v1.23.1
  [91a5bcdd] ↑ Plots v1.7.3 ⇒ v1.9.1
Updating `C:\Users\jason\.julia\environments\v1.5\Manifest.toml`
  [324d7699] ↑ CategoricalArrays v0.8.3 ⇒ v0.9.0
  [35d6a980] ↑ ColorSchemes v3.10.1 ⇒ v3.10.2
  [5ae59095] ↑ Colors v0.12.4 ⇒ v0.12.6
  [34da2185] ↑ Compat v3.23.0 ⇒ v3.25.0
  [8f4d0f93] ↑ Conda v1.4.1 ⇒ v1.5.0
  [d38c429a] ↑ Contour v0.5.5 ⇒ v0.5.7
  [a93c6f00] ↑ DataFrames v0.21.8 ⇒ v0.22.2
  [59287772] ↑ Formatting v0.4.1 ⇒ v0.4.2
  [28b8d3ca] ↓ GR v0.52.0 ⇒ v0.49.1
  [5c1252a2] ↑ GeometryBasics v0.3.3 ⇒ v0.3.5
  [4d00f742] - GeometryTypes v0.8.3
  [cd3eb016] ↑ HTTP v0.8.19 ⇒ v0.9.2
  [7073ff75] ↑ IJulia v1.22.0 ⇒ v1.23.1
  [23fbe1c1] ↑ Latexify v0.14.2 ⇒ v0.14.7
  [77ba4419] ↑ NaNMath v0.3.4 ⇒ v0.3.5
  [69de0a69] ↑ Parsers v1.0.11 ⇒ v1.0.15
  [995b91a9] ↑ PlotUtils v1.0.7 ⇒ v1.0.8
  [91a5bcdd] ↑ Plots v1.7.3 ⇒ v1.9.1
  [08abe8d2] + PrettyTables v0.10.1
  [3cdcf5f2] ↑ RecipesBase v1.1.0 ⇒ v1.1.1
  [01d81517] ↑ RecipesPipeline v0.1.13 ⇒ v0.2.1
  [ae029012] ↑ Requires v1.1.0 ⇒ v1.1.2
  [90137ffa] ↑ StaticArrays v0.12.5 ⇒ v1.0.1
  [856f2bd8] ↑ StructTypes v1.1.0 ⇒ v1.2.1
  [bd369af6] ↑ Tables v1.1.0 ⇒ v1.2.2
  [5c2747f8] + URIs v1.1.0
   Building GR → `C:\Users\jason\.julia\packages\GR\cRdXQ\deps\build.log`

(@v1.5) pkg> update
   Updating registry at `C:\Users\jason\.julia\registries\General`
No Changes to `C:\Users\jason\.julia\environments\v1.5\Project.toml`
No Changes to `C:\Users\jason\.julia\environments\v1.5\Manifest.toml`